VibrationWrapper

data class VibrationWrapper(val value: Long) : Vibration

Used to wrap the Vibration interface due to typealias constraints

Parameters

value

The id of the Vibration as a Long

Constructors

Link copied to clipboard
constructor(value: Long)

Properties

Link copied to clipboard
val value: Long